(texinfo-chapter-level-regexp): Copied here.
authorRichard M. Stallman <rms@gnu.org>
Wed, 19 May 1993 16:52:19 +0000 (16:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 19 May 1993 16:52:19 +0000 (16:52 +0000)
lisp/textmodes/texinfo.el

index 203e5b17222bf66373772492fc858d81e9cb1fe8..e42aa1f1bf3959ce3a03a331c7a90616712b0edf 100644 (file)
@@ -1,6 +1,6 @@
 ;;; texinfo.el --- major mode for editing Texinfo files.
 
-;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1988, 1989, 1990, 1993 Free Software Foundation, Inc.
 
 ;; Author: Bob Chassell <bob@gnu.ai.mit.edu>
 ;; Version: 2.00
 
 ;;; Don't you dare insert any `require' calls at top level in this file--rms.
 
+(defvar texinfo-chapter-level-regexp 
+  "chapter\\|unnumbered \\|appendix \\|majorheading\\|chapheading"
+  "Regular expression matching just the Texinfo chapter level headings.")
+
 (defvar texinfo-mode-syntax-table nil)
 
 (if texinfo-mode-syntax-table